home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / alsa / pulse.conf < prev    next >
Text File  |  2009-10-26  |  415b  |  19 lines

  1. # PulseAudio alsa plugin configuration file to set the pulseaudio plugin as
  2. # default output for applications using alsa when pulseaudio is running.
  3. hook_func.pulse_load_if_running {
  4.     lib "libasound_module_conf_pulse.so"
  5.     func "conf_pulse_hook_load_if_running"
  6. }
  7.  
  8. @hooks [
  9.     {
  10.         func pulse_load_if_running
  11.         files [
  12.             "/usr/share/alsa/pulse-alsa.conf"
  13.             "/etc/asound.conf"
  14.             "~/.asoundrc"
  15.         ]
  16.         errors false
  17.     }
  18. ]
  19.